home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / internet / sweeper / samples / olecon~1 / controls / makefile next >
Makefile  |  1995-12-05  |  360b  |  18 lines

  1. DIRLIST =   AutoSample  \
  2.             Button      \
  3.             Circle      \
  4.             FontColor   \
  5.             Invisible   \
  6.             Localize    \
  7.             WebBitmap
  8.         
  9.  
  10. all: $(DIRLIST)
  11.  
  12. $(DIRLIST):
  13.     cd $@
  14.     @echo *** olecontrols\controls\$@ *** >> ..\..\..\olecont1.tmp
  15.     @nmake -a -i -nologo >>..\..\..\olecont1.tmp
  16.     cd ..
  17.     
  18.